home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / GEOFACE / README < prev   
Encoding:
Text File  |  1998-08-12  |  1.3 KB  |  33 lines

  1.  
  2. The geoface example in this directory is a modified version of the code
  3. presented in Appendix 1 of Frederic I Parke and Keith Waters's most
  4. interesting book "Computer Facial Animation" (A.K. Peters, ISBN
  5. 1-56881-014-8).  Information about the book can be found at:
  6.  
  7.   http://www.research.digital.com/CRL/personal/waters/book.html
  8.  
  9. From the book's Preface:
  10.  
  11.   This book is about computer facial models, computer generated facial
  12.   images, and facial animation. In particular it concerns the
  13.   principles of creating face models and the manipulation or control of
  14.   computer generated facial attributes. In addition, various sections
  15.   in the book describe and explain the development of specific computer
  16.   facial animation techniques over the past twenty years, as well as
  17.   those expected in the near future.
  18.  
  19. The original Appendix 1 code (using the aux library) can be found at:
  20.  
  21.   http://www.research.digital.com/CRL/books/facebook/appendix1/appendix1.html
  22.  
  23. I've improved the code to add menus, better mouse motion handling,
  24. arrow key support, and less terminal output.
  25.  
  26. DEC has a program called DECface that looks even more involved:
  27.  
  28.   http://www.research.digital.com/CRL/projects/DECface/DECface.html
  29.  
  30. If the example here intrigues you, you'll definitely want the book.
  31.  
  32. - Mark Kilgard
  33.